From 89790bb41223273d76e16570abe5564065ab2b6d Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 14 Sep 2017 21:19:33 +0100 Subject: [PATCH] =?utf8?q?Expander:=20Annotate=20new()=E2=80=99s=20label?= =?utf8?q?=20arg=20as=20nullable?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit to match new_with_mnemonic() --- gtk/gtkexpander.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index 8fc88d40c1..6e9b4305a8 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -957,7 +957,7 @@ gtk_expander_measure (GtkWidget *widget, /** * gtk_expander_new: - * @label: the text of the label + * @label: (nullable): the text of the label * * Creates a new expander using @label as the text of the label. * -- 2.30.2